home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / midilang / lowdelay.mpl < prev    next >
Text File  |  1996-02-06  |  695b  |  37 lines

  1. #
  2. #
  3. #
  4. #    lowdelay.mpl
  5. #
  6. #    replays, with a delay, the upper note to the lower note
  7. #
  8. #         Author            ID                 Date
  9. #       ------------    -----------          ---------
  10. #       Serge Sibony    100417,2633          09/06/95
  11. #      
  12. #
  13. # This file is a mpl effect definition used by MidiLang
  14. #    MidiLang can be found at the MidiForum, in the
  15. #         Windows sound media library.
  16. #
  17. # This effect replays every notes play to the lower part channel
  18. # one half beat later
  19. #
  20. #
  21.  
  22.  
  23. Label main
  24.  
  25. time+= 240
  26. chan-= 1
  27. outmidi
  28.  
  29. end
  30.  
  31.  
  32.  
  33. Descript all upper notes played are played back
  34. Descript one half beat later in the lower part channel
  35.